projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b255383
)
(term-send-raw-meta): Deactivate the mark first (Bug#2449).
author
Chong Yidong
<cyd@stupidchicken.com>
Sun, 8 Mar 2009 19:37:00 +0000
(19:37 +0000)
committer
Chong Yidong
<cyd@stupidchicken.com>
Sun, 8 Mar 2009 19:37:00 +0000
(19:37 +0000)
lisp/term.el
patch
|
blob
|
history
diff --git
a/lisp/term.el
b/lisp/term.el
index 3d21d8b6fc03588b75fda3ccc330068a15ed68ba..3fda9bee646b8bbb5255d279f857dc175c930432 100644
(file)
--- a/
lisp/term.el
+++ b/
lisp/term.el
@@
-1191,6
+1191,7
@@
without any interpretation."
(defun term-send-raw-meta ()
(interactive)
+ (deactivate-mark)
(let ((char last-input-event))
(when (symbolp last-input-event)
;; Convert `return' to C-m, etc.